Welcome![Sign In][Sign Up]
Location:
Search - digital signature java

Search list

[Internet-NetworkJava-ca

Description: Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
Platform: | Size: 2640 | Author: 暗夜 | Hits:

[Crack Hack加密和数字签名

Description: 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
Platform: | Size: 2048 | Author: 夏珊 | Hits:

[Crack HackJAVA-MD5pass_src

Description: JAVA 的MD5加密算法源代码 JAVA 的MD5加密算法源代码-JAVA MD5 encryption algorithm source code of Java M D5 encryption algorithm source code
Platform: | Size: 1024 | Author: tqb | Hits:

[CA authDigitalSignature2Example

Description: 本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
Platform: | Size: 1024 | Author: 许可 | Hits:

[Crack HackjavaCrypt

Description: 自己写的java版的加密解密网络算法应用。有对称,非对称,数字签名,等应用-himself wrote the java version of the network encryption and decryption algorithm application. A symmetric, asymmetric, digital signature, and other applications
Platform: | Size: 297984 | Author: jimmyzyp | Hits:

[Internet-NetworkJava-ca

Description: Java数字签名,当然每个客户端还是需要安装JRE的,不过现在的浏览器安装时都已经自动安装了-Digital Signature Java, of course, each client will still need to install the JRE. But now the browser already installed in the automatic installation
Platform: | Size: 2048 | Author: 暗夜 | Hits:

[JSP/JavaJavaSamples2

Description: 还是一些java实用小程序,大家可以下来看看,包括数字签名、数字证书等!-Or some useful java applets, can be down to see everyone, including the digital signature, digital certificate, etc.!
Platform: | Size: 73728 | Author: caoshenjia | Hits:

[CA authDigitalSignature

Description: 数字签名的加密和解密原理机制,以及附带Java源程序-Digital signature of the principle of encryption and decryption mechanism, as well as incidental Java source
Platform: | Size: 20480 | Author: 杨芳 | Hits:

[JSP/JavaDES_encrypt

Description: 实现DES和RSA的加密解密,MD5还有数字签名。-The realization of DES and RSA s encryption and decryption, MD5 digital signature also.
Platform: | Size: 4096 | Author: 天天 | Hits:

[Crack HackRsa-java

Description: 用java写的RSA加密解密程序,支持数字签名验证和分段加密,有友好的图形界面。-Using java to write the RSA encryption and decryption procedures, support for digital signature verification and sub-encryption, has a friendly graphical interface.
Platform: | Size: 5120 | Author: 羊毛 | Hits:

[Crack HackDSA

Description: Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x为私钥 ; y:y = g^x mod p ,( p, q, g, y )为公钥; H( x ):One-Way Hash函数。DSS中选用SHA( Secure Hash Algorithm )。 p, q, g可由一组用户共享,但在实际应用中,使用公共模数可能会带来一定的威胁。签名及验证协议如下: 1. P产生随机数k,k < q; 2. P计算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 签名结果是( m, r, s )。 3. 验证时计算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,则认为签名有效。   DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。
Platform: | Size: 136192 | Author: wildkaede | Hits:

[Crack HackDigital-Signature

Description: 一个用C++、JAVA、C#等编写的数字签名代码序列,里面有三种不同语言写的-A use of C , JAVA, C# Such the preparation of the digital signature code sequence, which has three different written languages
Platform: | Size: 322560 | Author: sgirl | Hits:

[Crack HackDigitalSignature2Example

Description: 用java实现的数字签名的例子,很实用,适合初学者-Achieved using java examples of digital signature, it is practical and suitable for beginners
Platform: | Size: 1024 | Author: 郭伟杰 | Hits:

[JSP/JavaDSA

Description: java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
Platform: | Size: 8192 | Author: 赵欢 | Hits:

[JSPjava

Description: 本书以大量精简的实例介绍了Java安全性编程方面的概念和技术,全书共计9章。 经过精心设计,每个小节的实例着重说明一个问题,又相互贯穿和联系。涉及Java加密和解密,反编译和反反编译,对类、成员变量、方法的攻击和保护,消息摘要,消息验证码,数字签名,口令保护,数字证书和证书链的生成、签发、检验和维护,SSL和HTTPS客户及服务器程序、基于代码位置和签发者的授权,签名Java Applet,基于身份的验证和授权(JAAS)等。 全书的实例极为精简,只保留了能够说明问题的代码,而又可真正运行,便于Java入门者轻松掌握安全性方面繁杂的概念。适合于适合于初步了解Java语法的学习者,也适合于安全技术的入门及高校Java教学参考。 -This book introducte the Java security programming concepts and techniques by a large number of examples ,book total of 9 chapters. Carefully designed, each section highlights examples of a problem, and contact each other throughout. Involving Java encryption and decryption, decompile and compile counter of class, member variables, methods of attack and protection, message digest, message authentication codes, digital signatures, password protection, digital certificate and certificate chain generation, issuance, inspection and maintenance, SSL and HTTPS clients and server program, based on code location and issuer of the authorized signature Java Applet, identity-based authentication and authorization (JAAS) and so on. Examples of the book is extremely streamlined, leaving only the problem that can code and who can really run, easy to Java beginners to easily grasp complex security concepts.
Platform: | Size: 2375680 | Author: wang chao | Hits:

[Crack HackIS_Project1

Description: 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
Platform: | Size: 1289216 | Author: 孙一鸣 | Hits:

[Crack HackDSS

Description: 实现PKI/CA的数字签名部分,java编写-Achieve PKI/CA part of the digital signature, java prepared
Platform: | Size: 90112 | Author: lee | Hits:

[JSP/JavaJAVAencryptoncod

Description: 数字签名的另一个Java代码实例,相信下载了一定有用。-Digital signature of another example of Java code, I believe that some useful downloads.
Platform: | Size: 1024 | Author: w | Hits:

[JSP/Javajava_DigitalSign

Description: 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要是否一致-Practical steps to a digital signature (1) sender MD5 algorithm used to calculate the original information, access to a fixed length message digest (2) use their own sender s private key to generate encrypted information generated by the sender s digital signature, the sender of the digital signature as an annex to send a message and express information, together with the recipient s public key for encryption, will be encrypted ciphertext sent to the receiver together (3) the recipient first received ciphertext with its own private key to decrypt received explicit information and digital signatures, and then the sender s public key to decrypt the digital signature, and then use the same one-way hash algorithm to calculate the explicit information to be decrypted, the message digest contrast calculated message digest and the sender sent the message digest are consistent
Platform: | Size: 23552 | Author: 张云 | Hits:

[JSP/JavaDSA_applet

Description: java applet implementing the digital signature algorithm
Platform: | Size: 4096 | Author: mizmiz | Hits:
« 12 3 4 »

CodeBus www.codebus.net